[Top] [Prev] [Next] [Bottom] [Contents]

SaTableHeadBegin

Prints the beginning fragment for a header of an HTML table element. The HTML table element is not supported by all client browsers.

Synopsis

#include "SaRnHtml.h"
int SaTableHeadBegin();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the beginning fragment for a header of an HTML table element. The HTML table element is not supported by all client browsers.

Example

The code fragment:

SaTableHeadBegin();
will write:

<TH>
to the output stream.

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.